bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2076 in lilypond: Doc: improve NR 1.6.3 Instrument names (bett


From: lilypond
Subject: Re: Issue 2076 in lilypond: Doc: improve NR 1.6.3 Instrument names (better to use \with )
Date: Tue, 06 Dec 2011 14:21:48 +0000


Comment #4 on issue 2076 by address@hidden: Doc: improve NR 1.6.3 Instrument names (better to use \with )
http://code.google.com/p/lilypond/issues/detail?id=2076

Huh?!?!

You are wildly mixing the context mod and the music.

<<
  \new Staff \with { instrumentName = "Flute" }
  {
    f2 g4 f
  }
  \new Staff \with {
    instrumentName = \markup \center-column {
      Clarinet
      \line { "in B" \smaller \flat }
    }
  }
  {
    c4 b c2
  }


And there is no problem wrapping this in relative or not, as you like.

I also don't see the excessiveness in the next example once you add the missing open and closing braces for the enclosed music.




reply via email to

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