2016-05-03 8:10 GMT+02:00 Sam Bivens :
> Hi everyone,
>
> In the attached MWE, I'm somehow having trouble getting the initial
> `^\markup a` to be placed above the horizontal bracket, even though all
> future instances of this markup are placed above the bracket no problem. It
> seems so simple; I
Hi everyone,
In the attached MWE, I'm somehow having trouble getting the initial
`^\markup a` to be placed /above/ the horizontal bracket, even though
all future instances of this markup are placed above the bracket no
problem. It seems so simple; I feel a little silly just asking. The
commen
Hi Kevin,
> I need to add a voice with notes that are a) invisible and b) have no effect
> on the spacing of other music on the staff. I haven't found a way to do this
What about:
\score {
\new Staff <<
\mark \markup "rests, omitted"
\global
\new Voice \relative {
bes,8-\twe
Dear All,
I frequently need to have overlapping horizontal brackets. This means that
I have to add hidden notes to my scores to attach them to. (Brackets won't
attach to spacer rests unless they live in a Staff context, in which case
you can't have more than one at a time. Adding bracke
Hi Pierre,
This works great, and it's nice enough! (It also helped me realize that
it wasn't a lack of pitches that caused the problem, but the particular
use of R1 at \stopGroup...interesting.)
Thanks again,
Sam
On 10/27/2015 06:16 PM, Pierre Perol-Schneider wrote:
> Hi Sam,
>
> This is not ni
Hi Sam,
This is not nice, but it works :
\version "2.19.28"
#(ly:set-option 'warning-as-error #f)
#(ly:expect-warning (_ "barcheck failed at: 1/2"))
\layout {
\context {
\Voice
\consists "Horizontal_bracket_engraver"
}
}
\relative c'' {
\override HorizontalBracket.direction = #UP
Hi everyone,
In the attached MWE, I'm hoping to extend the horizontal bracket to the
right to include the three remaining whole rests.
As it is, Lily is smart enough (darn it...) to stop the bracket at the
final notated pitch; but can I force the bracket to extend, or will I
have to come up with
Kevin Patrick Barry wrote
> Dear LilyPond users,
>
> I believe I have encountered a complex bug involving the interaction
> between horizontal brackets and outside-staff-priority. It is both obscure
> and easy to work around, so it's not urgent, but I thought I would send i
Dear LilyPond users,
I believe I have encountered a complex bug involving the interaction
between horizontal brackets and outside-staff-priority. It is both obscure
and easy to work around, so it's not urgent, but I thought I would send it
here anyway. It requires two files to reproduce. R
Hi David,
>> I'm using horizontal brackets in a piece I'm transcribing, with
>> bracket-flare set to 0.
>> I would like the bracket symbols to start a bit before the first note
>> and end a bit after the last (let's say a bit = about the length of
>>
Hi Davide,
On Sat, Aug 18, 2012 at 7:14 AM, Davide Liessi wrote:
> Hi everybody.
>
> I'm using horizontal brackets in a piece I'm transcribing, with
> bracket-flare set to 0.
> I would like the bracket symbols to start a bit before the first note
> and end a bit aft
Hi everybody.
I'm using horizontal brackets in a piece I'm transcribing, with
bracket-flare set to 0.
I would like the bracket symbols to start a bit before the first note
and end a bit after the last (let's say a bit = about the length of
the head of a quarter note).
E.g. in the
\] are not part of the indices!
Am 12.01.2012 um 13:35 schrieb Xavier Scheuer:
> On 12 January 2012 12:51, pls wrote:
>> Hey all,
>>
>> today I tripped over a command for typesetting horizontal brackets
>> (\[ \]) which doesn't seem to be covered in the manual
pls-2 wrote:
>
> Hey all,
>
> today I tripped over a command for typesetting horizontal brackets (\[ \])
> which doesn't seem to be covered in the manuals. (At least I didn't find
> it.)
>
> How can I invert and change the vertical alignment of these horizon
On 12 January 2012 12:51, pls wrote:
> Hey all,
>
> today I tripped over a command for typesetting horizontal brackets
> (\[ \]) which doesn't seem to be covered in the manuals.
> (At least I didn't find it.)
Ligatures are covered in the notation reference manual,
Hello,
On 12 January 2012 11:51, pls wrote:
> Hey all,
>
> today I tripped over a command for typesetting horizontal brackets (\[ \])
> which doesn't seem to be covered in the manuals. (At least I didn't find it.)
>
> How can I invert and change the vertical a
Hey all,
today I tripped over a command for typesetting horizontal brackets (\[ \])
which doesn't seem to be covered in the manuals. (At least I didn't find it.)
How can I invert and change the vertical alignment of these horizontal
brackets? (I'd like to place them below the st
t not
overlapping.
What's the best way to go about this? I found several things in archives
about drawing brackets as spanners without HorizontalBracket engraver,
but is there a simpler way to just override the Horizontal
Brackets behavior?
Here's my minimal example:
\version "
Sic transit gloria mundi.
I found it in the snipplet repository now. The problem was, that I
hadn't search for the keyword 'line'. Here's the code:
\textSpannerUp
\once \override TextSpanner #'edge-text = #'( "" . "" )
\once \override TextSpanner #'edge-height = #'(1 . 1)
\once \
On 7/25/07, Siska Ádám <[EMAIL PROTECTED]> wrote:
Hello,
actually, that was the first thing I tried, but it seems to me that the
draw-line command doesn't exist in 2.10.25 (sorry for the prior
misspelling, I'm using 2.10.25, not 2.10.10 -- although this doesn't
really make a difference, I suppo
Hello,
actually, that was the first thing I tried, but it seems to me that the
draw-line command doesn't exist in 2.10.25 (sorry for the prior
misspelling, I'm using 2.10.25, not 2.10.10 -- although this doesn't
really make a difference, I suppose). But, after tweaking a few hours
with the c
Hi Adam,
There's a way to turn LilyPond markup commands like \draw-line into
Scheme expressions; the method is documented in 12.4.1 "Markup
construction in Scheme" in the 2.11 version of the manual; and I think
the concept is exactly the same in 2.10.
So maybe this will work ...
\onc
Hello,
the problem is that I can't figure out how to set up the #'edge-text
property to draw the lines (the markup doesn't accept the draw-line
command, and it's not included in the list of valid markup commands for
2.10.10). Now I've spent at about an hour with adopting the code that I
got
On 7/25/07, Siska Ádám <[EMAIL PROTECTED]> wrote:
Hello,
thank you. Actually I'm using the stable version (2.10.10 as far as I
know), and I don't really want to change it to a version under
development unless I'd be really forced to do that. Don't you have some
idea that works also with the st
25/07, Siska Ádám <[EMAIL PROTECTED]> wrote:
Hello Everyone,
Since yesterday I also found that there are several kinds of horizontal
brackets: volta brackets, mensural ligature brackets, analysis brackets,
the \hbracket markup command (well, that puts a second bracket, but in
reversed direct
On 7/25/07, Siska Ádám <[EMAIL PROTECTED]> wrote:
Hello Everyone,
Since yesterday I also found that there are several kinds of horizontal
brackets: volta brackets, mensural ligature brackets, analysis brackets,
the \hbracket markup command (well, that puts a second bracket, but in
re
Hello Everyone,
Since yesterday I also found that there are several kinds of horizontal
brackets: volta brackets, mensural ligature brackets, analysis brackets,
the \hbracket markup command (well, that puts a second bracket, but in
reversed direction), measure group brackets, piano pedal
Hello,
I'm trying to set up upper double brackets (the 'con molta pressione'
sign for strings), but I have no idea on how to do this. I found that
there are analysis brackets, but I can't force them to put themselves on
the top of the notes, they don't really have rectangular shape, and they
1/ Is it possible to place some noteheads into the parentheses?
Yes. See the \parenthesize command in 9.2.6 of the manual, assuming
you're using a 2.8 version of LilyPond. It's possible to do it in 2.6
versions, but on the messy side.
Geoff
___
lily
Hi everybody,
I have two simple questions on the notation. Hope somebody can help me...
1/ Is it possible to place some noteheads into the parentheses?
2/ Anybody knows how to generate an angle bracket (^) upon two notes (or stems
of these notes actually), splended from the first one to the se
Sven Axelsson wrote:
\score {
\relative c'' {
\repeat volta 2 { a b c d }
\alternative { { d' c b a } { e c d b } }
}
\layout {
\context {
\Score
\override VoltaBracket #'Y-offset-callbacks = #(list
Staff_symbol_referencer::callback)
\override VoltaBracket #'staff-position = #
On 27/09/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
> Sven Axelsson wrote:
> > Well, of course. I made it a global override using
> >
> > \layout {
> > \context {
> > \Score
> > \override VoltaBracket #'Y-offset-callbacks = #(list
> > Staff_symbol_referencer::callback)
> >
Sven Axelsson wrote:
Well, of course. I made it a global override using
\layout {
\context {
\Score
\override VoltaBracket #'Y-offset-callbacks = #(list
Staff_symbol_referencer::callback)
\override VoltaBracket #'staff-position = #8
}
}
and it seems that the brac
Han-Wen Nienhuys wrote:
> Sven Axelsson wrote:
>>
>> That is very close to what I need. It works perfectly for analysis
>> brackets but it appears that the staff-position can't be more than 8
>> (or perhaps
>> 7.5),
>> which puts the volta brackets a little too close to the staff. If I
>> could rai
Sven Axelsson wrote:
That is very close to what I need. It works perfectly for analysis brackets
but it appears that the staff-position can't be more than 8 (or perhaps
7.5),
which puts the volta brackets a little too close to the staff. If I
could raise
those one more note space it would be
Han-Wen Nienhuys [mailto:[EMAIL PROTECTED]] wrote:> [EMAIL PROTECTED] wrote:> > Is there already a non-hackish way of putting horizontal brackets (voltas and
> > analysis brackets) at a *fixed* y-position unaffected by the bracketed music?> > If not I'm willing to spons
[EMAIL PROTECTED] wrote:
Is there already a non-hackish way of putting horizontal brackets (voltas and
analysis brackets) at a *fixed* y-position unaffected by the bracketed music?
If not I'm willing to sponsor such a feature that for both volta brackets and
analysis brackets lets me do
Mats Bengtsson wrote:
> Are you seriously saying that you want high notes to actually pass
> through the brackets?
Yes, that's what I want. This doesn't mean that I intend to have lots of
music that overlaps the brackets, but rather that if I see overlaps, I can tweak
the position globally, and be
more limiting than the distance from the note unless you have a note
with a very high pitch.
/Mats
[EMAIL PROTECTED] wrote:
Is there already a non-hackish way of putting horizontal brackets (voltas and
analysis brackets) at a *fixed* y-position unaffected by the bracketed music?
If not I
Is there already a non-hackish way of putting horizontal brackets (voltas and
analysis brackets) at a *fixed* y-position unaffected by the bracketed music?
If not I'm willing to sponsor such a feature that for both volta brackets and
analysis brackets lets me do, for instance
\ove
40 matches
Mail list logo