lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: mise en page scordatura


From: Valentin Villenave
Subject: Re: mise en page scordatura
Date: Mon, 5 May 2008 15:16:14 +0200

Le 5 mai 2008 14:13, Legrand Jean-Marc <address@hidden> a écrit :

> Quelqu'un aurait-il une idée pour résoudre les 3 points sus cités, svp ?
> Merci d'avance !

Je me souviens que quelqu'un avait posté une solution assez bien vue
il y a quelques mois... flûte, c'est moi :-)
http://lists.gnu.org/archive/html/lilypond-user-fr/2008-01/msg00082.html

Adapté à ton code, cela donnerait :

scordatura =  \markup {
  \raise #5.5
  \score {
    \new Staff \with {
      \remove "Time_signature_engraver"
      fontSize = #-3
      \override StaffSymbol #'staff-space = #(magstep -3)
    } {
      \set Staff.instrumentName= \markup \huge "Viole"
      \clef bass \cadenzaOn
      \override Stem #'transparent = ##t
      <d a f c f, c>4 s \bar "||"
    }
    \layout {
      indent = 1\cm
    }
  }
  \hspace #.5
}

notes = \relative c' {
  \clef alto
  \time 4/4
  c4 bes a g <f a>1 \bar "|."
}

\score {
  \new Staff <<
    \set Staff.instrumentName = \scordatura
    \new Voice
      \notes
  >>
  \layout {
    indent = 4\cm
  }
}

Cordialement,
Valentin




reply via email to

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