lilypond-user
[Top][All Lists]
Advanced

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

Re: Help ~ LilyPond Tablature


From: Pierre Perol-Schneider
Subject: Re: Help ~ LilyPond Tablature
Date: Wed, 9 Oct 2013 23:36:17 +0200

2013/10/9 Раул Апонт <address@hidden>
Hello.

Hi Раул
 

If you could send me an example, it would be great.


Here it is :

 \version "2.17.28"

global = {

\key c \major

\time 4/4

c c c c

}

music = \relative c, {

\global

}

\score {

\new TabStaff \with {

stringTunings = #bass-tuning

midiInstrument = "acoustic bass"

\consists "Instrument_name_engraver"

instrumentName = "Bass"

}

\music

\layout { }

\midi {

\context {

\Score

tempoWholesPerMinute = #(ly:make-moment 100 4)

}

}

}


Cheers,
P.
 


reply via email to

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