]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-full-length.ly
Make format for key changes consistent; minor formatting corrections for affected...
[lilypond.git] / input / regression / tuplet-full-length.ly
index 28c1c8f32571d06199fe7106cb719eac16cc540f..484d24762b5938bc2b2d7440a032ccc8c361b883 100644 (file)
@@ -8,7 +8,8 @@ start of the next non-tuplet note.  "
 \version "2.17.11"
 
 \paper { ragged-right = ##t
-indent = 0.0 }
+  indent = 0.0
+}
 
 \relative c'' \new Voice \with {
   \remove  Forbid_line_break_engraver
@@ -24,6 +25,5 @@ indent = 0.0 }
   c4
   \tuplet 3/2 { c8[ c c] }
   
-  \bar "|." \key c\minor
+  \bar "|." \key c \minor
 }
-