bug-lilypond
[Top][All Lists]
Advanced

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

Issue 452 in lilypond: shortInstrumentName change gets confused when cha


From: codesite-noreply
Subject: Issue 452 in lilypond: shortInstrumentName change gets confused when changing directly at a linebreak
Date: Thu, 06 Sep 2007 12:28:48 -0700

Issue 452: shortInstrumentName change gets confused when changing directly at a 
linebreak
http://code.google.com/p/lilypond/issues/detail?id=452

New issue report by trevorbaca:
Hi,

In the snippet below, the shortInstrumentName change gets confused. Rather
than renaming to "" the shortInstrumentName prints as the long(er)
instrumentName instead.

Notes:

1. The empty string "" is not required to produce the problem; normal
strings like "New instrument name" induce the same behavior;

2. This confusion lasts for only a single system, after which the
shortInstrumentName changes as requested;

3. The name change seems to have to happen *directly at a linebreak* for
this bug to occur.



%%% BEGIN %%%

\version "2.11.31"

\new Staff {
   \set Staff.instrumentName = "Violino"
   \set Staff.shortInstrumentName = "Vn."
   c'1
   \break
   c'1
   \break
   \set Staff.shortInstrumentName = ""
   c'1
}

%%% END %%%


Low priority, IMO.

Attachments:
        insrument-name-confusion.png  7.7 KB 


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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