Marc Hohl <[email protected]> writes:
> Here is what I coded:
Not really. You are mixing note languages in here; this would never
have worked. Please test your examples before posting.
> Now the last f,, should be marked with a broken bracket to be connected
> with the first fis,, linke in the attached picture (which is done with
> Gimp).
>
> How can I achieve that without having to use Gimp, inkscape or similar
> external tools?
Ligatures? Seems like the tool to use here.
\language "english"
UebungZwei = {
\key fs \major
\time 4/4
fs,,4 r r \[ c, |\break cs,?4 \] r r2 | gs,,4 r r2 | b,,4 r r f,,
\bar ":|."
}
\score {
<<
\new Staff {
\new Voice \with {
\remove "Forbid_line_break_engraver"
\override Beam #'breakable = ##t
}
{
\clef "bass_8"
\UebungZwei
}
}
\new TabStaff {
\set TabStaff.stringTunings = #bass-tuning
\clef "moderntab"
\UebungZwei
}
>>
}
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user