]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-ledger.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental-ledger.ly
index 61ed78768f60694273bebde51174270fabd3f468..4c55bc267cfc29d0768f45938787f7f1c65b9922 100644 (file)
@@ -1,39 +1,36 @@
-\version "2.1.28"
+\version "2.14.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'>
+  
+} 
 
-}