]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-nest4.ly
index 84234495cccb377aa35f2f9a89c467ca8164c28d..a3a2b772cc93d931435f0bba97c14830e7b4a350 100644 (file)
@@ -1,18 +1,18 @@
 \version "2.6.0"
 \header {
-texidoc = "Also in the nested syntax here, grace notes appear rightly."
+  texidoc = "Also in the nested syntax here, grace notes appear rightly."
 }
 
-\score {  \context Voice \relative c'' {
+\context Voice \relative c'' {
 
-    <<
-     { \grace  g32 f4 }
-    >>
-    \grace c16 c2. \bar "|."
-}
-  \layout { raggedright = ##t }
-        
+  <<
+    { \grace  g32 f4 }
+  >>
+  \grace c16 c2. \bar "|."
 }
+\layout { raggedright = ##t }
+
+