]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-ledger.ly
(Module): new file.
[lilypond.git] / input / regression / accidental-ledger.ly
index 8fd0f250096a7c6700862746929718baa8ccee24..fae9f6d1e739aed3d9e6929fd4c916fa8f72de0e 100644 (file)
@@ -1,39 +1,36 @@
-\version "2.2.0"
+\version "2.7.13"
 
 \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'>
+  
+} 
 
-}