]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-ledger.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / accidental-ledger.ly
index afb6603f296b97ba4eaa79c75c233e9ec6537523..51dfe52819453d6607ed01d0811b112d11e3dfa4 100644 (file)
@@ -1,39 +1,36 @@
-\version "2.1.30"
+\version "2.12.0"
 
 \header {
 
-    texidoc = "Ledger lines are shortened when there are accidentals.
+  texidoc = "Ledger lines are shortened when there are accidentals.
 This happens only for the single ledger line close to the note head,
 and only if the accidental is horizontally close to the head.  "
-    
+  
 }
 
 
-\score {
-    \notes
-       \relative c {
-           disis
-           dis
-           d
-           des
-           deses
-           eses
-           es
-           e
-           eis
-           eisis
-           eses'''
-           es
-           e
-           eis
-           eisis
-           feses
-           fes
-           f
-           fis
-           fisis
-           <cis,, gis'>
-           
-       } 
+\relative c {
+  disis
+  dis
+  d
+  des
+  deses
+  eses
+  es
+  e
+  eis
+  eisis
+  eses'''
+  es
+  e
+  eis
+  eisis
+  feses
+  fes
+  f
+  fis
+  fisis
+  <cis,, gis'>
+  
+} 
 
-}