Thank you all for your help. David's solution was just the one I needed. Best wishes, Peter
On 06/02/2011 05:48 PM, Ole Schmidt wrote:
I would do it like this (not sure if the indention is correct...) hth ole %%%%%%%%%%%%% \version "2.12.3" \include "english.ly" \header { } clari = \new Staff { % \time 3/4 \set Staff.instrumentName = "Clarinet in Bb" \set Staff.midiInstrument = "clarinet" % \key d \major % \clef treble \transpose c' d' { c'4 d' e' f' | } } \score { << \clari >> \midi { } \layout { } } \paper { } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Am 02.06.2011 um 17:00 schrieb Peter O'Doherty:Hi, Can someone please help me adjust this example so it's transposed correctly for Bb clarinet? Where should I put the \transpose c' d' \clarinet ? Thanks, Peter \version "2.12.3" \include "english.ly" \paper { #(set-paper-size "a4" 'landscape) } clarinet = { c'4 d' e' f' | } \score { \new Staff \with { midiInstrument = "clarinet" } \clarinet \layout { \context { \Score \override TupletBracket #'bracket-visibility = ##t \override TupletNumber #'text = #tuplet-number::calc-fraction-text \override Stem #'stemlet-length = #0.7 \override DynamicText #'font-size = #-2 } } } -- //============================= -> Peter O'Doherty -> http://www.peterodoherty.net -> [email protected] //============================= _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
-- //============================= -> Peter O'Doherty -> http://www.peterodoherty.net -> [email protected] //============================= _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
