]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-ledger.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / accidental-ledger.ly
index 050d2939303b8cc905127904502b3d2491f9fab8..776c41c9ebb839ea3317159957a2b0b2abd7bc6f 100644 (file)
@@ -1,39 +1,36 @@
-\version "2.1.36"
+\version "2.10.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'>
+  
+} 
 
-}