lilypond-user
[Top][All Lists]
Advanced

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

Text level with the staff


From: Vivyan
Subject: Text level with the staff
Date: Tue, 16 Jan 2018 16:23:19 -0700 (MST)

Hi

I'm transcribing music that has a lot of repetitions. To represent the music
I'm writing the music once and then writing " X amount of times" I want this
to appear on the right and level with the staff? 
How can I do this? So far the words are underneath?

Many thanks

[code]

\version "2.19.80"
\language "english"

\header {
  title = "XMAS_EVET"
  tagline = ""  % removed 
 
}

\score {
%melody 
<<
  \new Staff{
  \time 4/4
  \clef bass
  \set Staff.instrumentName = #"synth" 
  
    r1 % times rest 16 bars

    }
   >>
}

\markup {
  %  \hspace #1
    \column {
      \line { rest for X 16 }    
    }
    \hspace #1

}


[/code]



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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