lilypond-user
[Top][All Lists]
Advanced

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

how does i get the markup closer to the staff?


From: Jannik Jeppesen
Subject: how does i get the markup closer to the staff?
Date: Mon, 7 Nov 2005 16:04:20 +0100

Hi... how does i get the markup (figur01) closer to the staff??
And longer away from the staff before (figur02)?
It Looks silly..
 
Jannik
 
 
 
\version "2.6.3"
 
\header {title = "Orkestration (4 slag)"
  composer = "Jannik Jeppesen"
}
 
\paper {
  tagline = " "
  indent = 0\cm
}
 
\layout {
  \context {
    \DrumVoice
    \override Beam #'positions = #'(5 . 5)
 
  }
}
 
  \markup {
    Figur 01
  }
\new DrumStaff <<
  \new DrumVoice { \drummode { \stemUp
    sn16_"H" tommh_"H" tomml_"H" toml_"H" sn_"V" tommh_"V" tomml_"V" toml_"V"
    sn16_"H" tommh_"H" tomml_"H" toml_"H" sn_"V" tommh_"V" tomml_"V" toml_"V" \bar "||"
  }}
>>
 
\markup {
  Figur 02
}
\new DrumStaff <<
  \new DrumVoice { \drummode { \stemUp
sn16_"V" toml_"V" tomml_"V" tommh_"V" sn_"H" toml_"H" tomml_"H" tommh_"H"
sn16_"V" toml_"V" tomml_"V" tommh_"V" sn_"H" toml_"H" tomml_"H" tommh_"H" \bar "||"
  }}
>>

reply via email to

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