bug-lilypond
[Top][All Lists]
Advanced

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

\set Staff.instrument=\markup { \center-align { "Instrument" }} 2.7.38 -


From: Trent Johnston
Subject: \set Staff.instrument=\markup { \center-align { "Instrument" }} 2.7.38 - Windows
Date: Mon, 13 Mar 2006 21:15:24 +1100

Hi yet again,

This is my last bug report for tonight.

Using the command

\set Staff.instrument=\markup { \center-align { "Instrument" }}

Doesn't work any more the instruments seem to placed randomly on the staff.

This can be seen on the attached example.

The example also shows the tie problems mentioned in a earlier email.

Regards,

Trent

==================================

% Created on Mon Mar 13 20:47:29 EST 2006
\version "2.7.38"

\header {
}

\include "english.ly"

ViolinI = \new Staff  {
 \time 4/4
 \set Staff.instrument=\markup { \center-align { "Violin I" }}
 \set Staff.midiInstrument="cello"
 \key c \major
 \clef treble
 \relative c' {
c1~
c1~
c2~ c2~
c1
 \bar "|."
 }

}

ViolinII = \new Staff  {
 \time 4/4
 \set Staff.instrument=\markup { \center-align { "Violin II" }}
 \set Staff.midiInstrument="cello"
 \key c \major
 \clef treble
 \relative c' {
c1~
c1~
c2~ c2~
c1
 \bar "|."
 }

}

ViolinIII = \new Staff  {
 \time 4/4
 \set Staff.instrument=\markup { \center-align { "Violone grosso." \line {
"Continuo." }}}
 \set Staff.midiInstrument="cello"
 \key c \major
 \clef bass
 \relative c {
c1~
c1~
c2~ c2~
c1
 \bar "|."
 }

}


\score {
 <<
  \ViolinI
  \ViolinII
  \ViolinIII
 >>

 \midi {
 }

 \layout  {
 }
}

\paper {
 line-width = 6\cm
}




reply via email to

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