]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-ledger.ly
* lily/my-lily-lexer.cc (start_main_input): define input-file-name
[lilypond.git] / input / regression / accidental-ledger.ly
index d55a9ca93bba3fe9f82cf52b9369b31bb69c2d12..3c4275b3628f8876b25553d54a6c204aa68f4111 100644 (file)
@@ -1,12 +1,12 @@
-\version "1.7.6"
+\version "1.9.1"
 
 \header {
-    texidoc = "Ledger lines are shortened when there are accidentals"
+    texidoc = "Ledger lines are shortened when there are accidentals."
 }
 
 \score { \notes
 {
  cis'4 cis'! cis' cis'
 }
-        \paper { linewidth = -1. }
+        \paper { raggedright = ##t}
 }