lilypond-user
[Top][All Lists]
Advanced

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

How to use clef "moderntab"


From: Ben Eichler
Subject: How to use clef "moderntab"
Date: Tue, 7 Aug 2012 11:03:37 +1200

Hi there,


I'm a brand new user of Lilypond, just downloaded this morning! I'm using it to create more beautiful scores for my guitar and bass students.

In the notation reference under section 2.4.1 Custom tablatures there is an alternative clef used called "moderntab", which is a really nice clean sans-serif clef. I tried inserting the declaration just as it was in the code snippet, and it doesn't render in the pdf output! So I checked the log, and this is what I'm getting:

# -*-compilation-*-
Processing `C:/Users/Ben/Desktop/raindance2.ly'
Parsing...
Interpreting music... [8]
Preprocessing graphical objects...
warning: clef `markup.moderntab_change' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab_change' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
warning: clef `markup.moderntab' not found
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `/Users/Ben/Desktop/raindance2.ps'...
Converting to `/Users/Ben/Desktop/raindance2.pdf'...
success: Compilation successfully completed

This is how I declared the staves (the variable "symbols" holds the musical notes):

\new StaffGroup <<
    \new Staff \symbols {
    \clef "bass_8"
    }
    \new TabStaff \symbols {
    \clef moderntab
    \set TabStaff.stringTunings = #bass-tuning
    }
>>

Can anybody help me solve this novice's problem? Many thanks,


-Ben

reply via email to

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