X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fjust-friends.ly;h=6e445967ac05a99863f581ede72a3088f63ee4b8;hb=25bef3f8133623d570cfe1e60a2bde5625492621;hp=e73326463fbf8cbe7c5cfb26f44a9ce15b410c4f;hpb=9cf00174c8273860064dc7ccb51beddcdd7105eb;p=lilypond.git diff --git a/input/just-friends.ly b/input/just-friends.ly index e73326463f..6e445967ac 100644 --- a/input/just-friends.ly +++ b/input/just-friends.ly @@ -1,12 +1,13 @@ +\version "1.7.6" \header { - filename = "just-friends.ly"; - title = "Just Friends"; - description = "Jazz chords example with bar lines"; - opus = ""; - source = "mutex@gmd.de"; - composer = ""; - enteredby = "jcn"; - copyright = "Public Domain"; + filename = "just-friends.ly" + title = "Just Friends" + description = "Jazz chords example with bar lines" + opus = "" + source = "mutex@gmd.de" + composer = "" + enteredby = "jcn" + copyright = "Public Domain" } %{ @@ -29,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 @@ -45,13 +58,20 @@ of a certain tune (Jazz, Real Book, for example), like } } \paper{ - indent = 0.0\mm; - linewidth = 100.0\mm; + indent = 0.0\mm + linewidth = 120.0\mm \translator{ \ChordNamesContext - barNonAuto = ##f; - \consists Bar_engraver; - \consists "Volta_engraver"; + barNonAuto = ##f + + % added + barAuto = ##t + defaultBarType = #"|" + Bar \override #'bar-size = #4 + %ChordName \override #'word-space = #3 + + \consists Bar_engraver + \consists "Volta_engraver" } } }