Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / lsr / changing--flageolet-mark-size.ly
blobf3b58c1a4cf55c5b1d46d570affbb92214629a02
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.48"
5 \header {
6 lsrtags = "expressive-marks, unfretted-strings"
8 texidoc = "
9 To make the @code{\\flageolet} circle smaller use the following Scheme
10 function.
13 doctitle = "Changing \\flageolet mark size"
14 } % begin verbatim
15 smallFlageolet = #(let ((m (make-music 'ArticulationEvent
16 'articulation-type "flageolet")))
17 (set! (ly:music-property m 'tweaks)
18 (acons 'font-size -3
19 (ly:music-property m 'tweaks)))
22 \layout { ragged-right = ##f }
24 \relative c'' {
25 d4^\flageolet_\markup { default size } d_\flageolet
26 c4^\smallFlageolet_\markup { smaller } c_\smallFlageolet