The LilyPond Snippet Repository ♪♫

What's this? Searching the LSR Browse Contributing Snippet database

Results 1−10 of 76 for instrumentname

Different font size settings for instrumentName and shortInstrumentName [0.35268]

Different font size settings for instrumentName and shortInstrumentName

Choose different font sizes for instrumentName and shortInstrumentName as a context override.

…font-size-pair)(pair?) "Sets the @code{font-size} of @code{InstrumentName}. The font-size for the initial @code{instrumentName} is … …#'(6 . -3) } } \new StaffGroup << \new Staff \with { instrumentName = "Flute" shortInstrumentName = "Fl." } { c''1 \break c'' \break c'' } \new Staff \with { instrumentName = "Violin" shortInstrumentName = "Vl." } { c''1 \break c'' \break …

Different font size settings for instrumentName and shortInstrumentName

Using markup for a staff's instrumentName [0.32143]

Using markup for a staff's instrumentName

The instrumentName property of a staff or a staff group …

…new Staff = "Percussion" << %Use a markup as the instrumentName for the staff! \set Staff.instrumentName = \markup { \combine \translate #(cons -1.25 0) \…

Using markup for a staff's instrumentName

Aligning and centering instrument names [0.21205]

…instrument names is tweaked by changing the Staff.InstrumentName.self-alignment-X property. The \layout variables indent and short-indent …

…##f } \score { \new StaffGroup << \new Staff \with { \override InstrumentName.self-alignment-X = #LEFT instrumentName = \markup \left-column { "Left aligned" "instrument … …g'1 g'1} \new Staff \with { \override InstrumentName.self-alignment-X = #RIGHT instrumentName = \markup \right-column { "Right aligned" "instrument name" } shortInstrumentName = "Right" } { …

Aligning and centering instrument names

Stylized movement numbers [0.20982]

Create stylized movement numbers for the instrumentName field (or wherever else a markup can be …

…No" markup: create stylized movement number for the instrumentName field. % syntax example: instrumentName = \markup \No #"14a" … …workaround against LSR bug: not needed. \set Staff.instrumentName = \markup { \No #"8" } % or: %\set Staff.instrumentName = \markup\magnify #1.3 \concat { № \hspace#.4 8. \…

Stylized movement numbers

Scordatura [0.17857]

…the beginning of the staff, by tweaking the instrumentName property.

…override StaffSymbol.staff-space = #(magstep -3) } { \set Staff.instrumentName= \markup \huge "Viol " \clef bass \cadenzaOn \override Stem.… …a>1 \bar "|." } \score { \new Staff << \set Staff.instrumentName = \scordatura \new Voice \notes >> \layout { ragged-right = ##t indent = …

Scordatura

Transposing and naming instrument groups [0.14286]

…for v2.18 } flauti = \relative c' { \set Staff.instrumentName = #"2 Flauti " \set Staff.shortInstrumentName = #"Fl. " \… …II " c1 c } viola = \relative c' { \set Staff.instrumentName = #"Viola " \set Staff.shortInstrumentName = #"Vla. " \clef alto c1 c } violoncello = \relative c { \set Staff.instrumentName = \markup \column { "Violoncello " "e" "Contrabasso " } \set Staff.shortInstrumentName = \…

Transposing and naming instrument groups

Jazz combo template [0.14286]

…score { << \new StaffGroup = "horns" << \new Staff = "trumpet" \with { instrumentName = "Trumpet" } \trumpet \new Staff = "altosax" \with { instrumentName = "Alto … …midiInstrument = "acoustic grand" } \piano \new Staff = "bass" \with { instrumentName = "Bass" } \bass \new DrumStaff \with { instrumentName = "Drums" } \drumContents >> >> \layout { \context { \Staff \RemoveEmptyStaves } \context { \Score \…

Jazz combo template

Horizontally aligning custom dynamics (e.g. "sempre pp", "piu f", "subito p") [0.14286]

…#:dynamic "pp"))) \new StaffGroup << \new Staff = "s" \with { instrumentName = \markup \column { Normal } } << \relative c'' { \key es \major … …c c\semppG c } >> \new Staff = "sMII" \with { instrumentName = \markup \column { Alignment inside dynamics } } << \relative c'' { \key … …ff c c\semppMII c } >> >> \layout { \override Staff.InstrumentName.self-alignment-X = #LEFT }

Horizontally aligning custom dynamics (e.g. "sempre pp", "piu f", "subito p")

Template for multiple instruments, prints a score and parts [0.14286]

…transpose c d%} \relative c'' { \global \set Staff.instrumentName = #"Trumpet 1" \set Staff.shortInstrumentName = #"Trpt … …c d } trombonea = \relative c { \global \set Staff.instrumentName = #"Trombone" \set Staff.shortInstrumentName = #"Tbn" \clef … …c d } tromboneb = \relative c { \global \set Staff.instrumentName = #"Bass Trombone" \set Staff.shortInstrumentName = #"Bass …

Template for multiple instruments, prints a score and parts

Displaying bar numbers on a separate staff [0.14286]

…s2. | R1*7 } >> \new StaffGroup << \new Staff \with { instrumentName = "Tromba" } \music \new GrandStaff << \new Staff \with { instrumentName = "… …instrumentName = "Tenore" } { \clef tenor \music } \new Staff \with { instrumentName = "Basso" } { \clef bass \music } >> \new BarNumberStaff { \compressEmptyMeasures \partial … …standard rests." R R1*2 } \new PianoStaff \with { instrumentName = "Continuo" } << \new Staff \music \new Staff { \clef bass \…

Displaying bar numbers on a separate staff

1 2 3 4 5 6 7 8 Next ⇨