Re: I'd like to set fingeringOrientations once for the whole \book.

2021-09-04 Thread Jean Abou Samra
Le 04/09/2021 à 07:15, list_lilyp...@infopower.nl a écrit : In a book with guitar music I'd like to position the fingering numbers at the left sides of the notes. I already found out that notes have to be written as chords, i.e. , and tried to put \set fingeringOrientations = #('left

I'd like to set fingeringOrientations once for the whole \book.

2021-09-03 Thread list_lilypond
In a book with guitar music I'd like to position the fingering numbers at the left sides of the notes. I already found out that notes have to be written as chords, i.e. , and tried to put \set fingeringOrientations = #('left') in the layout block, which didn't work. Then tried the \score

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Pierre Perol-Schneider
Well, this is your choice as an editor. Mine would be not to put any (since there is no other possibility). Now, as a publisher I'd vote for Thomas choice to keep Coste' clear fingering placement since this scale/exercise is for a beginner. Cheers, Pierre 2016-03-02 20:30 GMT+01:00 Noeck

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Noeck
> Hi Joram, > > Take a look at p.14 exerc.28 > See enclosed pic. I see. Thanks. That is a chord where I understand why the fingering is notated in such a way. I would still put it on one side only. Best, Joram ___ lilypond-user mailing

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Pierre Perol-Schneider
g minor key (I forgot to put it in my snippet) 2016-03-02 19:34 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Joram, > > Take a look at p.14 exerc.28 > See enclosed pic. > > Cheers, > Pierre > > 2016-03-02 19:16 GMT+01:00 Noeck : > >> >> > Here

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Pierre Perol-Schneider
Hi Joram, Take a look at p.14 exerc.28 See enclosed pic. Cheers, Pierre 2016-03-02 19:16 GMT+01:00 Noeck : > > > Here is a link: > > http://www2.kb.dk/elib/noder/rischel/RiBS0790.pdf > > > > Thomas > > I am curious, could you point me to a place where this left+right >

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Noeck
> Here is a link: > http://www2.kb.dk/elib/noder/rischel/RiBS0790.pdf > > Thomas I am curious, could you point me to a place where this left+right positioning can be seen in the pdf? I could only see fingerings on the left while skimming over it. Cheers, Joram

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Thomas Scharkowski
Original-Nachricht Typo, here again: \version "2.19.36" \new Staff << \clef "G_8" \new Voice { \voiceOne <a'-4>4 d'\rest <fis'-1> d'\rest } \new Voice { \voiceTwo \set fingeringOrientations = #'(down)

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Pierre Perol-Schneider
Typo, here again: \version "2.19.36" \new Staff << \clef "G_8" \new Voice { \voiceOne <a'-4>4 d'\rest <fis'-1> d'\rest } \new Voice { \voiceTwo \set fingeringOrientations = #'(down) 4 e\rest d e\rest } \new Voice { \voic

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Pierre Perol-Schneider
Well, here's a possibility: \version "2.19.36" \new Staff << \clef "G_8" \new Voice { \voiceOne <a'-4>4 d'\rest <fis'-1> d'\rest } \new Voice { \voiceTwo \set fingeringOrientations = #'(down) <b,-2>4 e\rest d e\rest

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Thomas Scharkowski
Original-Nachricht On 02.03.2016 15:17, Thomas Scharkowski wrote: Original-Nachricht Thomas Scharkowski <t.scharkow...@web.de> writes: \version "2.19.36" { \set fingeringOrientations = #'(left right) <d'-2 c'-4> } gives right

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Pierre Perol-Schneider
Hi Simon, 2016-03-02 15:41 GMT+01:00 Simon Albrecht : > The question is whether it’s _sensible_. There are many things out there > which LilyPond doesn’t (easily) allow to do, in order to stay within the > bounds of good typography and legibility. > What do you mean by

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Simon Albrecht
On 02.03.2016 15:17, Thomas Scharkowski wrote: Original-Nachricht Thomas Scharkowski <t.scharkow...@web.de> writes: \version "2.19.36" { \set fingeringOrientations = #'(left right) <d'-2 c'-4> } gives right-orientated fingerings. Is this in

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Pierre Perol-Schneider
Hi Thomas, Try: \version "2.19.36" { \clef "G_8" \set fingeringOrientations = #'(left) <c'-4 d'-\tweak extra-offset #'(3.8 . -1.4)-2> } Cheers, Pierre 2016-03-02 15:16 GMT+01:00 Thomas Scharkowski <t.scharkow...@web.de>: > Original-Nachric

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Thomas Scharkowski
Original-Nachricht Thomas Scharkowski <t.scharkow...@web.de> writes: \version "2.19.36" { \set fingeringOrientations = #'(left right) <d'-2 c'-4> } gives right-orientated fingerings. Is this intended? Why wouldn't it be intended? You gi

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Thomas Scharkowski
Original-Nachricht Thomas Scharkowski <t.scharkow...@web.de> writes: \version "2.19.36" { \set fingeringOrientations = #'(left right) <d'-2 c'-4> } gives right-orientated fingerings. Is this intended? Why wouldn't it be intended? You gi

Re: fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread David Kastrup
Thomas Scharkowski <t.scharkow...@web.de> writes: > \version "2.19.36" > { > \set fingeringOrientations = #'(left right) > <d'-2 c'-4> > } > > gives right-orientated fingerings. > Is this intended? Why wouldn't it be intended? You give LilyPond

fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Thomas Scharkowski
\version "2.19.36" { \set fingeringOrientations = #'(left right) <d'-2 c'-4> } gives right-orientated fingerings. Is this intended? Thomas ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

fingeringOrientations = #'( left right ) not possible?

2016-03-02 Thread Thomas Scharkowski
\version "2.19.36" { \set fingeringOrientations = #'(left right) <d'-2 c'-4> } gives right-orientated fingerings. Is this intended? Thomas ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond fingeringOrientations spanner?

2015-05-12 Thread Schneidy
Hi All, I quickly come back here just to say that I've added this snippet: http://lsr.di.unimi.it/LSR/Item?id=999 Cheers, Pierre - ~Pierre -- View this message in context: http://lilypond.1069038.n5.nabble.com/lilypond-fingeringOrientations-spanner-tp169349p176500.html Sent from

lilypond fingeringOrientations spanner?

2014-12-10 Thread Peter Terpstra
but could not make a fit. Example without lines here: \version 2.18.2 \header { tagline = ##f } \paper { #(set-paper-size a4) } scoreAGlobal = { \key d \major \time 4/4 } upper = \relative c' { \scoreAGlobal \set fingeringOrientations = #'(up) cis-316e-0a,-2 bc-2-18 cis d dis e

Re: lilypond fingeringOrientations spanner?

2014-12-10 Thread Marc Hohl
Am 10.12.2014 um 11:13 schrieb Peter Terpstra: Dear People, Don't know if this exists, could not find it on internet, guess that if it exists people in this group would now about it. I think http://comments.gmane.org/gmane.comp.gnu.lilypond.general/67470 is what you're searching for

Re: lilypond fingeringOrientations spanner?

2014-12-10 Thread Pierre Perol-Schneider
Hi Peter, try : \version 2.18.2 \header { tagline = ##f } scoreAGlobal = { \key d \major \time 4/4 } upper = \relative c' { \scoreAGlobal \set fingeringOrientations = #'(up) cis-316e-0a,-2 b c -\tweak extra-offset #'(-.3 . 0) \finger\markup\concat

Re: lilypond fingeringOrientations spanner?

2014-12-10 Thread Pierre Perol-Schneider
Or even : \version 2.18.2 \header { tagline = ##f } scoreAGlobal = { \key d \major \time 4/4 } upper = \relative c' { \scoreAGlobal \set fingeringOrientations = #'(up) cis-316e-0a,-2 b c -\tweak extra-offset #'(-.3 . 0) \finger\markup\concat { \with-dimensions

Re: lilypond fingeringOrientations spanner?

2014-12-10 Thread Peter Terpstra
Pierre Perol-Schneider wrote: Re: lilypond fingeringOrientations spanner? [...] Waauw this is awesome, far beyond expectation. Thank you so much Pierre! Humble regards, Peter ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: lilypond fingeringOrientations spanner?

2014-12-10 Thread Peter Terpstra
Marc Hohl wrote: http://comments.gmane.org/gmane.comp.gnu.lilypond.general/67470 Thank you Marc, for other examples very useful! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

fingeringOrientations refuse to go left or right.

2014-09-26 Thread Peter Terpstra
' { \global \set fingeringOrientations = #'(up) \partial 8*3 g8 a b | c2 c8. [g16 e'8. b16] | %2 c2 r8 g8 b c d2 d8. [g,16 f'8. e16] d2 r8 g,8 d' f e4 e e e e2 r8 c-1 b a-3 b d g, b a c fis, a g4 r8 d'8 d4 r8 d8 d4 r8 d8 \acciaccatura d8 c b c e d4 r8 d8 d4 r8 d8 d4 r8 d8 \acciaccatura d8 c

Re: fingeringOrientations refuse to go left or right.

2014-09-26 Thread Phil Holmes
- Original Message - From: Peter Terpstra peter.terpst...@gmail.com To: lilypond-user@gnu.org Sent: Friday, September 26, 2014 3:15 PM Subject: fingeringOrientations refuse to go left or right. Dear People, It works perfect in the example from Lilypond documentation but in my

Re: fingeringOrientations refuse to go left or right.

2014-09-26 Thread Peter Terpstra
Phil Holmes wrote: Posting a huge amount of music to illustrate a small point? Perhaps you could cut this down to a tiny example. Ah, ..so sorry Would like to cancel it. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: fingeringOrientations refuse to go left or right.

2014-09-26 Thread Pierre Perol-Schneider
Hi Peter, Try : \set fingeringOrientations = #'(left) c-38\ g' e g b,-3 gis' d gis\! Cheers, Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: fingeringOrientations refuse to go left or right.

2014-09-26 Thread Federico Bruni
2014-09-26 16:15 GMT+02:00 Peter Terpstra peter.terpst...@gmail.com: It works perfect in the example from Lilypond documentation but in my projects they refuse to go left or right, only up or down. Which snippet? You are not enclosing the note in a chord construct : The placement of

Re: fingeringOrientations refuse to go left or right.

2014-09-26 Thread Knute Snortum
Can't you also just say: c4\finger 3-5 ? Knute Snortum (via Gmail) On Fri, Sep 26, 2014 at 8:03 AM, Federico Bruni fedel...@gmail.com wrote: 2014-09-26 16:15 GMT+02:00 Peter Terpstra peter.terpst...@gmail.com: It works perfect in the example from Lilypond documentation but in my projects

Re: fingeringOrientations refuse to go left or right.

2014-09-26 Thread Peter Terpstra
Federico Bruni wrote: You are not enclosing the note in a chord construct : The placement of fingering numbers can be controlled precisely. For fingering orientation to apply, you must use a chord construct even if it is a single note. Absolutely right, how silly of me to forget that.

Re: Collision of left hand fingerings when set fingeringOrientations to left

2013-04-12 Thread Timothy Gu
Nick Payne nick.payne at internode.on.net writes: This was fixed sometime in 2.17. If you download the current development version the fingerings won't collide... Thanks. Using 2.17.15 solves my problem. Thanks Mike for committing the patch. Timothy Gu

Collision of left hand fingerings when set fingeringOrientations to left

2013-04-11 Thread Timothy Gu
Hi, I experience a collision of left hand fingering when using lilypond 2.16.2, with fingeringOrientations set to left, when the notes are consecutive. How to reproduce: \version 2.16.2 #(define RF rightHandFinger) config = { \set fingeringOrientations = #'(left) \set

Re: Collision of left hand fingerings when set fingeringOrientations to left

2013-04-11 Thread Nick Payne
On 12/04/13 13:18, Timothy Gu wrote: \version 2.16.2 #(define RF rightHandFinger) config = { \set fingeringOrientations = #'(left) \set strokeFingerOrientations = #'(down) } \relative c'' \new Voice { \config \voiceOne b2\rest \mp b-0-\RF #3 a-2-\RF #2 d,-0---\RF #1 4 c-1 g-0 f

fingeringOrientations

2011-01-30 Thread Peter Buhr
english.ly #(set-default-paper-size letter) #(set-global-staff-size 24) VoiceA = \relative c { \set fingeringOrientations = #'(left left left left) { c'-1 g-21 } \\ { c,-32 } | c'-1 g-21 } VoiceB = \relative c { \set fingeringOrientations = #'(left left left left) s1

Re: fingeringOrientations

2011-01-30 Thread Jonathan Kulp
this is a know bug and point me to some URL confirming it. ;-) It works if you put the orientation command inside the {} of each voice. I made it less clunky by defining the orientation command like so: lefty = \set fingeringOrientations = #'(left left left left) VoiceA = \relative c { %\set

fingeringOrientations chords

2006-07-13 Thread Stewart Holmes
I hesitate to call this a bug, as I'm not sure if there's some reason that this functionality is intended. Example 1: \set fingeringOrientations = #'(left) a-1 b-2 c-3 d-4 The fingering is printed above the notes, no matter what fingeringOrientations is set to. Example 2: \set

Re: global \set fingeringOrientations = #'(left down)

2005-01-10 Thread Mats Bengtsson
See also http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Changing-context-default-settings.html#Changing-context-default-settings /Mats Erik Sandberg wrote: On Friday 07 January 2005 22.22, Albert Einstein wrote: What command set command: \set fingeringOrientations = #'(left

global \set fingeringOrientations = #'(left down)

2005-01-07 Thread Albert Einstein
What command set command: \set fingeringOrientations = #'(left down) global for all notes? Albert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: global \set fingeringOrientations = #'(left down)

2005-01-07 Thread Erik Sandberg
On Friday 07 January 2005 22.22, Albert Einstein wrote: What command set command: \set fingeringOrientations = #'(left down) global for all notes? I'm not sure exactly what you want to achieve, but it might be something like this: \set Score.fingeringOrientations = #'(left down