]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-ledger.ly
new file.
[lilypond.git] / input / regression / accidental-ledger.ly
index 42f86e68e599d34c193a7b2b78306bbe0d7c6537..5fe270b3842268640d660bcab5ff07e353f4de6d 100644 (file)
@@ -1,12 +1,39 @@
-\version "1.7.18"
+\version "2.3.4"
 
 \header {
-    texidoc = "Ledger lines are shortened when there are accidentals."
-}
 
-\score { \notes
-{
- cis'4 cis'! cis' cis'
+    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.  "
+    
 }
-        \paper { raggedright = ##t}
+
+
+\score {
+    
+       \relative c {
+           disis
+           dis
+           d
+           des
+           deses
+           eses
+           es
+           e
+           eis
+           eisis
+           eses'''
+           es
+           e
+           eis
+           eisis
+           feses
+           fes
+           f
+           fis
+           fisis
+           <cis,, gis'>
+           
+       } 
+
 }