X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fjust-friends.ly;h=c13e1efd18a09e14354916375c46c2e124549c4c;hb=58c8b86fa6d39e071ffb1d3eb94bced165c3e43b;hp=96ae93f9bae31418bf30657a5ae5e1b388ce8113;hpb=28d97df78de5e56962730b42119c2d9b73401fa7;p=lilypond.git diff --git a/input/just-friends.ly b/input/just-friends.ly index 96ae93f9ba..c13e1efd18 100644 --- a/input/just-friends.ly +++ b/input/just-friends.ly @@ -1,12 +1,13 @@ +\version "1.5.68" \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,10 +30,22 @@ 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 - \repeat semi 2 { + \repeat volta 2 { f1:maj f:maj f:7 bes:7 c:maj c:maj es es d:7 g:7 b2:7/fis e:7 a1:7\break @@ -45,15 +58,22 @@ 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{ - \ChordNameContext - barAuto = "1"; - \consists Bar_engraver; - \consists "Repeat_engraver"; + \ChordNamesContext + barNonAuto = ##f + + % added + barAuto = ##t + defaultBarType = #"|" + Bar \override #'bar-size = #4 + %ChordName \override #'word-space = #3 + + \consists Bar_engraver + \consists "Volta_engraver" } } } -\version "1.3.42"; +