Re: overlapping articulations with slurs

2015-01-09 Thread Phil Holmes

Please see the reply to your previous request.

--
Phil Holmes


- Original Message - 
From: Alex Jones akjonesjeff...@gmail.com

To: lilypond-user@gnu.org
Sent: Friday, January 09, 2015 7:06 PM
Subject: overlapping articulations with slurs


Apologies if others have solved this in the past, but I wasn’t able to find 
a solution on the list quickly.  Has anyone seen something like the 
following:


I’m trying to write both a stopped and accented note, that is slurred to an 
open note.  I’m having trouble with the stopped and accented articulation 
occurring overtop of each other. Additionally, some of the articulations are 
below and some are above the slur, which is weird, but legible.


Here is the code segment and resulting output.

\version 2.18.2

\score {
\new Staff = foo {
\time 6/8
cis''4.--+ (c''8) \open r8 r8
cis''4.--+ (c''8) \open r8 r8
}
}

Note: in the context of my larger score, both instances have the overlapping 
+ and  symbols.


Thanks for any help!

-akj








___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


overlapping articulations with slurs

2015-01-09 Thread Alex Jones
Apologies if others have solved this in the past, but I wasn’t able to find a 
solution on the list quickly.  Has anyone seen something like the following:

I’m trying to write both a stopped and accented note, that is slurred to an 
open note.  I’m having trouble with the stopped and accented articulation 
occurring overtop of each other. Additionally, some of the articulations are 
below and some are above the slur, which is weird, but legible.

Here is the code segment and resulting output.

\version 2.18.2

\score {
\new Staff = foo {
\time 6/8
cis''4.--+ (c''8) \open r8 r8
cis''4.--+ (c''8) \open r8 r8
}
}

Note: in the context of my larger score, both instances have the overlapping + 
and  symbols.

Thanks for any help!

-akj



Untitled.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: overlapping articulations with slurs

2015-01-09 Thread Alex Jones
Thank you Phil, for some reason the reply didn’t come through to me.

Thank you also to Abraham, I found his reply using babble interface and tried 
his fix, which works perfectly.

Best to you both!

-akj

On Jan 9, 2015, at 2:08 PM, Phil Holmes m...@philholmes.net wrote:

 Please see the reply to your previous request.
 
 --
 Phil Holmes
 
 
 - Original Message - From: Alex Jones akjonesjeff...@gmail.com
 To: lilypond-user@gnu.org
 Sent: Friday, January 09, 2015 7:06 PM
 Subject: overlapping articulations with slurs
 
 
 Apologies if others have solved this in the past, but I wasn’t able to find a 
 solution on the list quickly.  Has anyone seen something like the following:
 
 I’m trying to write both a stopped and accented note, that is slurred to an 
 open note.  I’m having trouble with the stopped and accented articulation 
 occurring overtop of each other. Additionally, some of the articulations are 
 below and some are above the slur, which is weird, but legible.
 
 Here is the code segment and resulting output.
 
 \version 2.18.2
 
 \score {
 \new Staff = foo {
 \time 6/8
 cis''4.--+ (c''8) \open r8 r8
 cis''4.--+ (c''8) \open r8 r8
 }
 }
 
 Note: in the context of my larger score, both instances have the overlapping 
 + and  symbols.
 
 Thanks for any help!
 
 -akj
 
 
 
 
 
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user
 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: overlapping articulations with slurs

2015-01-08 Thread tisimst
Alex Jones-2 wrote
 Apologies if others have solved this in the past, but I wasn’t able to
 find a solution on the list quickly.
 
 I’m trying to write both a stopped and accented note, that is slurred to
 an open note.  I’m having trouble with the stopped and accented
 articulation occurring overtop of each other.  Additionally, some of the
 articulations are below and some are above the slur, which is weird, but
 legible.
 
 Here is the code segment and resulting output.
 
 \version 2.18.2
 
 \score {
 \new Staff = foo {
 \time 6/8
 cis''4.--+ (c''8) \open r8 r8
 cis''4.--+ (c''8) \open r8 r8
 }
 }
 
 Note: in the context of my larger score, both instances have the
 overlapping + and  symbols.
 
 Thanks for any help!
 
 -akj

Alex,

This is definitely a bug. Here's a band-aid to keep you going, though:

cis''4.-*-\tweak avoid-slur #'outside* -+ ( c''8 ) \open r8 r8

HTH,
Abraham



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/overlapping-articulations-with-slurs-tp170231p170232.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


overlapping articulations with slurs

2015-01-08 Thread Alex Jones
Apologies if others have solved this in the past, but I wasn’t able to find a 
solution on the list quickly.

I’m trying to write both a stopped and accented note, that is slurred to an 
open note.  I’m having trouble with the stopped and accented articulation 
occurring overtop of each other.  Additionally, some of the articulations are 
below and some are above the slur, which is weird, but legible.

Here is the code segment and resulting output.

\version 2.18.2

\score {
\new Staff = foo {
\time 6/8
cis''4.--+ (c''8) \open r8 r8
cis''4.--+ (c''8) \open r8 r8
}
}

Note: in the context of my larger score, both instances have the overlapping + 
and  symbols.

Thanks for any help!

-akj



Untitled.pdf
Description: Adobe PDF document


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user