lilypond-devel
[Top][All Lists]
Advanced

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

Re: Die, instrumentSwitch. (issue 133390043 by address@hidden)


From: dak
Subject: Re: Die, instrumentSwitch. (issue 133390043 by address@hidden)
Date: Mon, 01 Sep 2014 03:04:14 +0000

On 2014/08/31 22:55:11, davide.liessi wrote:

https://codereview.appspot.com/133390043/diff/60001/Documentation/notation/staff.itely
File Documentation/notation/staff.itely (right):


https://codereview.appspot.com/133390043/diff/60001/Documentation/notation/staff.itely#newcode972
Documentation/notation/staff.itely:972: prepPiccolo =
<>^\markup\italic\line{"muta in Piccolo"}
Is '\line' needed here? I think that it can be omitted.

<>^\markup \italic "muta in Piccolo"

would be fine and sufficient.  Omitting the spaces in that construct
seems cramped style, however.

The same for 'prepFlute' at line 982.

Also, for coding style uniformity with the other '\markup...' commands
in this
patch set, maybe this should be written '\markup { \italic "muta in
Piccolo" }',
and similarly for lines 978, 982 and 988.

I prefer not throwing redundant markup lists around.  \markup { ... }
only works because at top level markup, a markup list like { ... } is
wrapped in an additional \line layer.

https://codereview.appspot.com/133390043/



reply via email to

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