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 "||"
  }}
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to