lilypond-user
[Top][All Lists]
Advanced

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

Re: Note head in brackets


From: VSD
Subject: Re: Note head in brackets
Date: Mon, 05 Sep 2005 18:19:09 +0200
User-agent: Opera M2/8.01 (Win32, build 7642)

see stencil-hacking.ly in the regression tests.

here's a *very* dirty trick I use for desperate cases, but which works for me :)

(see attached png)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.7.6"

\layout
{
  raggedright = ##t
}

\relative c''
{
  r2 r4 g8
    \once \override Score.SeparationItem #'padding = #1.2
    \once \override TextScript #'extra-offset = #'(-2.2 . -5.1)
      bes8^\markup \bold {"(" \hspace #1.8 ")"}

  c4 b a g
}

%%%%%%%%%%%%%%%%%%%%%%% EOF

the given examples use perentheses, but you could use brackets too.

On Mon, 05 Sep 2005 19:03:05 +0200, Wolfgang Mechsner <address@hidden> wrote:

Note head in brackets - I do not find a solution in the documentation.

Thanks for a hint!

Wolfgang

Attachment: parentheses.png
Description: PNG image


reply via email to

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