]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-ledger-positions-dotted-notes.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / staff-ledger-positions-dotted-notes.ly
index 3237af9a7e19c63f7cd1660f71d4722cc635f68c..dfe5def8345ca78a61885800c76ca599ef54d8fb 100644 (file)
@@ -6,11 +6,11 @@ StaffSymbol, and a dotted note falls on a ledger line, the dot is shifted
 up to avoid the ledger line (just as with uncustomized ledger lines)."
 }
 
-\version "2.19.17"
+\version "2.19.21"
 
-\new Staff \relative c' {
+\new Staff \relative {
   \override Staff.StaffSymbol.line-positions = #'(-3 0 3)
   \override Staff.StaffSymbol.ledger-positions = #'(-3 0)
   \override Staff.StaffSymbol.ledger-extra = #1
-  f,4. g a b c d g' a b c d e
+  f4. g a b c d g' a b c d e
 }