lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Issue 1046


From: Graham Percival
Subject: Re: [PATCH] Issue 1046
Date: Wed, 31 Mar 2010 07:51:59 +0100

On Wed, Mar 31, 2010 at 12:01 AM, Marc Hohl <address@hidden> wrote:
> diff --git a/Documentation/notation/fretted-strings.itely
> @@ -1470,13 +1470,33 @@ text markup.
> address@hidden,ragged-right,verbatim]
> +music = \relative c' {
> +  < a\3 \deadNote c\2 a'\1 >4
> +  < b\3 \deadNote d\2 b'\1 >4
> +  < c\3 \deadNote e\2 c'\1 >8
> +  \deadNotesOn \times 2/3 { g16\3 b\2 e\1 } \deadNotesOff

Predefined commands should go on their own lines unless they refer to
a single note.  \deadNote is fine, but \deadNoteOn/Off should be on
separate lines.

> +\new StaffGroup <<
> +  \new Staff {
> +    \clef "treble_8"
> +    \override Voice.StringNumber #'transparent = ##t

Is this absolutely vital to demonstrate \deadNote ?  (honest question:
if yes, fine, but please add a comment saying that it's necessary.  If
it's not necessary, then please remove the tweak)

Cheers,
- Graham




reply via email to

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