lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Broken brackets for annotations


From: David Kastrup
Subject: Re: Broken brackets for annotations
Date: Thu, 14 Nov 2013 09:50:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Marc Hohl <address@hidden> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]