X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fjust-friends.ly;h=193884c7f85aac3ca86663707ed459e0c4231575;hb=ce1108cc3097328a32b834cb3de6b9e14b2220ae;hp=0f404178dd5f27c6e4eb8caace6e6e589d0819c2;hpb=3abcf40ffcc86fa452df2d3e79cc2c27b60fc6bd;p=lilypond.git diff --git a/input/just-friends.ly b/input/just-friends.ly index 0f404178dd..193884c7f8 100644 --- a/input/just-friends.ly +++ b/input/just-friends.ly @@ -30,6 +30,18 @@ of a certain tune (Jazz, Real Book, for example), like %} +%{ + +FIXME + +This should (and once used to) look like: + + | Fmaj7 | Fmaj7 | F7 | Bes7 | + +but all bar lines (note bar line at line start) are now gone. + +%} + \score{ \context ChordNames \chords{ \property Score.barAtLineStart = 1 @@ -47,10 +59,17 @@ of a certain tune (Jazz, Real Book, for example), like } \paper{ indent = 0.0\mm - linewidth = 100.0\mm + linewidth = 120.0\mm \translator{ \ChordNamesContext barNonAuto = ##f + + % added + barAuto = ##t + defaultBarType = #"|" + Bar \override #'bar-size = #4 + %ChordName \override #'word-space = #3 + \consists Bar_engraver \consists "Volta_engraver" }