]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / lsr / applying-note-head-styles-depending-on-the-step-of-the-scale.ly
index 14feb5ed898dca7b73452f60702f4ad7502d92e4..2935c977a30251ec65831ac753373ddec592931b 100644 (file)
@@ -70,8 +70,6 @@ correspondence between harmonic functions and note head styles.
   doctitle = "Applying note head styles depending on the step of the scale"
 } % begin verbatim
 
-\layout { ragged-right = ##t }
-
 fragment = {
   \key c \major
   c2 d
@@ -97,4 +95,5 @@ fragment = {
       \fragment
     }
   }
+  \layout { ragged-right = ##t }
 }