lilypond-user
[Top][All Lists]
Advanced

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

Piece/instrument names choice


From: Menu Jacques
Subject: Piece/instrument names choice
Date: Mon, 7 Mar 2016 14:39:54 +0100

Hello folks,

I’m re-scoring the bassoon parts of Spohr’s first clarinet concerto, whose originals are hard to read.

They start with movement and instrument names placed this way:





I can come close to that with the code below, but then the instrument name is not known to LP.

Is there a cleaner way to do that?
Thanks for your help!

JM




%%%%%%%%%%%%
\version "2.19.33"

\header {
  title = "Clarinet Concerto No. 1"
  subtitle = "C Minor"
  subsubtitle = "Op. 26"
  piece = "Bassoon II"
  composer = \markup{
    \center-column{
      "Louis Spohr"
      "(00841)"
    }
  }
}

\paper {
  paper-width = 21.0\cm
  paper-height = 29.72\cm
  top-margin = 1.0\cm
  bottom-margin = 1.0\cm
  left-margin = 1.49\cm
  right-margin = 1.49\cm
  indent = 2.5\cm
}

Bassoon_II_Adagio_Allegro = \relative c' {
  \clef "bass"

  \key ees \major
  \time 4/4
  \tempo "Adagio"

  R1 |
  r4

  %\myClef_Tenor

  c4 \p ( d ees |
  f2 ) r2 |
  r4 d ( e f |
  g2 ) r2 |
  R1 |
  aes,2 \f ( c4 d! ) |
  ees,2\p ( bes' )
}


\score {
  {
    \set Staff.instrumentName = "CONCERTO."
    \Bassoon_II_Adagio_Allegro
  }

  \layout {}

  \midi {}
}
%%%%%%%%%%%%




reply via email to

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