Home
Random
Log in
Settings
About LilyPond wiki
LilyPond wiki
Search
Editing
Instrument name as staff lines
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Instrument name as staff lines <lilypond version="2.24.0" full> %%http://lsr.di.unimi.it/LSR/Item?id=981 % Credits: PPS, March 2015. \paper { indent = 25 } \header { opus = \markup \fontsize #4 "BWV 1009" piece = \markup \fontsize #4 "Suite 3" %{ %% alternative font: opus = \markup \override #'(font-name . "Purisa bold") \concat { \fontsize #5 "BWV" \hspace #1 \fontsize #7 "1009" } piece = \markup \override #'(font-name . "Purisa bold") \concat { \fontsize #5 "Suite" \hspace #.6 \fontsize #7 "3" } %} } prelude = \markup \score { { \textLengthOn s1 -\tweak extra-offset #'(-1 . -4.4) ^\markup \concat { \fontsize #4 \scale #'(0.99 . 1.32) "Prélude" %{ %% alternative font: -\tweak extra-offset #'(-1 . -4.5) ^\markup \concat { \fontsize #4 \scale #'(0.82 . 1.3) \override #'(font-name . "Purisa bold") "Pr�lude" %} } } \layout { indent = 0 \context { \Score \omit Clef \omit TimeSignature \omit BarLine } } } \score { \new Staff \relative c' { \tempo "(Presto)" \clef F \time 3/4 c8 b16 a g f e d c g e g | c,4~ c16 d e f g a b c | d c b a g a b c d e f d | \break e f e d c d e f g a b c | d c b a g a b c d e f d | e f e d c c b a g f e d | } \layout { \context { \Staff instrumentName = \markup { \prelude } \override InstrumentName.self-alignment-X = #RIGHT \override InstrumentName.self-alignment-Y = ##f \override InstrumentName.padding = #-.2 } } } \paper { tagline = ##f } </lilypond> [[Category:Titles]]
Summary:
Please note that all contributions to LilyPond wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)