Hi Janek! Thank's!
I have understood. But lilypond says this log:
Elaborazione di «tab.ly»
Analisi...
tab.ly:11:31: errore: GUILE ha segnalato un errore per l'espressione che
inizia qui
\set TabStaff.stringTunings = #
`( ,(ly:make-pitch 0 0 0)
Interpretazione della musica...
attenzione: controllo del tipo per «stringTunings» fallito; il valore
«#<unspecified>» deve essere del tipo «list»
Pre-elaborazione degli oggetti grafici...
Determinazione del numero ottimale di pagine...
Compressione della musica in una pagina...
Disegno dei sistemi...
Output della formattazione inviato a «tab.ps»...
Conversione a «./tab.pdf»...
errore: errore nei file: "tab.ly"
Wrong type (expecting exact integer): 4.0
LilyPond [tab.ly] è uscito con il codice 1.
--
oiram/bin/selom
MkarlM-HomePage
\version "2.15.5"
mynotes = {
c'4 f' eisis' des' gis' fih'
}
<<
\new Staff {
\clef treble
\mynotes
}
\new TabStaff {
\set TabStaff.stringTunings = #`( ,(ly:make-pitch 0 0 0) = c
,(ly:make-pitch 0 1 0) = d
,(ly:make-pitch 0 3 0) = f
,(ly:make-pitch 0 2 1) = eisis
,(ly:make-pitch 0 1 -0.5) = des
,(ly:make-pitch 0 4 0.5) = gis
,(ly:make-pitch 0 3 0.25) = fih)
\mynotes
}
>>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user