lilypond-user
[Top][All Lists]
Advanced

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

Re: Guitar barré without text spanner


From: Pierre Perol-Schneider
Subject: Re: Guitar barré without text spanner
Date: Fri, 14 Aug 2020 19:04:32 +0200

Hi Francesco,
How about a simple markup? E.g.:

\version "2.20.0"

half = \markup\concat\fontsize #-5 { \raise #.6 "1"\raise #.2 "/"  "2" \hspace #.2 }

{
  \clef "G_8"
  <a cis'>
  -\tweak X-offset #-2.5
  ^\markup\concat\tiny {
    \half "C" \hspace #.2 "II"
    \magnify #0.5 { \lower #.1 " ┐" }
  }
}

HTH, cheers,
Pierre

Le ven. 14 août 2020 à 15:15, Cantus Ornatus <cantusornatus@gmail.com> a écrit :
Hi everyone,

I apologize for the banal request, but I did not find any suggestion.

I use \startBarre and \startHalfBarre, as shown here:
http://lsr.di.unimi.it/LSR/Item?id=952

How is possible using the same notation (of both kinds of barré,
normal and half) without a text spanner, in order to mark barré just
in one point?
Thanks in advance,
Francesco


reply via email to

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