]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing--flageolet-mark-size.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / changing--flageolet-mark-size.ly
index 179f87fcc85d310c1517e8796c74411723aaf759..f4035da427e80f1375fb636b84947c49da24c459 100644 (file)
@@ -3,14 +3,14 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "expressive-marks"
+  lsrtags = "expressive-marks, unfretted-strings"
 
   texidoc = "
 To make the @code{\\flageolet} circle smaller use the following Scheme
 function. 
 
 "
-  doctitle = "Changing \flageolet mark size"
+  doctitle = "Changing \\flageolet mark size"
 } % begin verbatim
 smallFlageolet = #(let ((m (make-music 'ArticulationEvent
                           'articulation-type "flageolet")))
@@ -19,6 +19,8 @@ smallFlageolet = #(let ((m (make-music 'ArticulationEvent
                     (ly:music-property m 'tweaks)))
        m)
 
+\layout { ragged-right = ##f }
+
 \relative c'' {
   d4^\flageolet_\markup { default size } d4_\flageolet
   c4^\smallFlageolet_\markup { smaller } c4_\smallFlageolet