lilypond-user
[Top][All Lists]
Advanced

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

Re: arpeggio problems


From: James E. Bailey
Subject: Re: arpeggio problems
Date: Mon, 01 Sep 2008 12:08:58 +0200

My quick and dirty solution would just be to make the chords take up more space with invisible notes:
\version "2.11.57"
{
\override Staff.LedgerLineSpanner #'transparent = ##t \arpeggioNormal < \tweak #'transparent ##t c'' e'' g'' \tweak #'transparent ##t b'' > 1 \arpeggio \override Staff.LedgerLineSpanner #'transparent = ##t \arpeggioArrowUp < \tweak #'transparent ##t c'' e'' g'' \tweak #'transparent ##t b'' > 1 \arpeggio \arpeggioArrowDown < \tweak #'transparent ##t c'' e'' g'' \tweak #'transparent ##t b'' > 1 \arpeggio \arpeggioParenthesis < \tweak #'transparent ##t c'' e'' g'' > 1 \arpeggio
}

Am 01.09.2008 um 11:10 schrieb Eluze Weehaeli:

hi

when the notes of a chord are close problems with arpeggios arise
- \arpeggioNormal - the zigzag line cannot be recognised as such
- \arpeggioArrowUp - the arrow is below the chord, the zigzag line is missing - \arpeggioArrowUp - the arrow is below the chord, the zigzag line is missing
- \arpeggioParenthesis - the parenthesis can nearly be distinguished
- \arpeggioBracket - this is the only really visible and readable arpeggio!

\version "2.11.57"
\layout { ragged-right = ##t }
{
\arpeggioNormal < e'' g'' > 1 \arpeggio
\arpeggioArrowUp < e'' g'' > 1 \arpeggio
\arpeggioArrowDown < e'' g'' > 1 \arpeggio
\arpeggioParenthesis < e'' g'' > 1 \arpeggio
\arpeggioBracket < e'' g'' > 1 \arpeggio
}

is there a way to tweak this or is it a bug?
thanx
-eluze


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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