lilypond-user
[Top][All Lists]
Advanced

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

help with vertical alignment of text markup ? thanks again !


From: damien
Subject: help with vertical alignment of text markup ? thanks again !
Date: Tue, 2 Oct 2012 07:31:15 -0700 (PDT)

%could I lower the word 'hammer' to sit on top of the stave ?
%i have tried following :
%http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Formatting-text#Text-alignment


\version "2.16.0"
#(set-global-staff-size 28)

\relative  c'

%intro
\new TabStaff <<
  \new TabVoice = "first"
    { \voiceOne 
      \tabFullNotation
      \override Stem #'thickness = #0.0
      \override Flag #'stencil = ##f 
      \autoBeamOff
  
   \set TabStaff.stringTunings = #guitar-dadgad-tuning

  \numericTimeSignature
  \time 4/4 
  \key d
  \major

 d2.fis8^
  \markup {
  \null
  \lower #15 \bold { hammer }
  ( g8) 

}
>>



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/help-with-vertical-alignment-of-text-markup-thanks-again-tp133974.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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