lilypond-user
[Top][All Lists]
Advanced

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

Re: Aligning c1 |. with R1 |.


From: Jean-Charles Malahieude
Subject: Re: Aligning c1 |. with R1 |.
Date: Sun, 02 Jun 2013 14:23:12 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

Le 02/06/2013 14:14, Thomas Morley disait :
2013/6/2 Jean-Charles Malahieude <address@hidden>:
Le 31/05/2013 22:02, Thomas Morley disait :


maybe of interest for you:
http://lilypond.1069038.n5.nabble.com/center-NoteColumn-td34436.html

Attaching the most recent version of the code, your example included.
Many thanks to David Nalesnik.

HTH,
    Harm


It helps, but I cannot find a way to deal with bass-figures.
I've tried to add them to (let* ((sys (ly:grob-system grob)) with a
(??? (ly:grob-object grob '???)) line between Rest and  Grobs to center
between, but whatever combination of bass and figure(s/d) I put instead of
??? doesn't do anything neither spits a warning.
I don't see that figures have no NoteColumn property.

TIA,
Jean-Charles


Hi Jean-Charles,

could you provide a small example?


[...]
      ;; Rest
            (rest (ly:grob-object grob 'rest))
      ;; Figuredbass (any combination of "bass" and "figure" <---
            (figures (ly:grob-object grob 'figures)) ;; <---
      ;; Grobs to center between
[...]
\score { <<
  \new Staff  { \relative c'' {
    c4 c c c R1 }}
  \new Staff <<
    \new Voice \relative c'' { c1 \centerNoteColumnOn c1 }
    \new  FiguredBass \figuremode { <7>1 \centerNoteColumnOn <7> } >> >>
  \layout { }
}

Attachment: align.preview.png
Description: PNG image


reply via email to

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