lilypond-user
[Top][All Lists]
Advanced

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

Parenthesis problems


From: Hilary Snaden
Subject: Parenthesis problems
Date: Thu, 03 Jun 2010 01:04:29 +0100
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

Many thanks to the people who explained how to set the size of parentheses independently of the notes within them. Alas, this brings new problems, illustrated by this code snippet.

\score {
  \relative c'' {
    \clef treble
    \parenthesize ces \parenthesize c! \parenthesize cis s
    \override ParenthesesItem #'font-size = #5
    \teeny \parenthesize ces \parenthesize c! \parenthesize cis
  }
}

The second bar (the line starting \teeny) puts large, clear parentheses around small notes, but the opening parenthesis collides with the notes' accidentals.

Is it possible to build up the required [large open parenthesis + small accidental + small note + large close parenthesis] from individual glyphs?



reply via email to

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