Re: Using circles in \tabFullNotation

2021-02-04 Thread Jean Abou Samra
Le 05/02/2021 à 06:15, Kuredant a écrit : On 1/31/2021 10:41 PM, Jean Abou Samra wrote: Sorry, this line:     \override Stem.Y-extent = #grob::always-Y-extent-from-stencil should have been commented out. Also, I now believe that the behavior of X-offset here is a bug: https://lists.gnu.org

Re: Using circles in \tabFullNotation

2021-02-04 Thread Kuredant
On 1/31/2021 10:41 PM, Jean Abou Samra wrote: Sorry, this line:     \override Stem.Y-extent = #grob::always-Y-extent-from-stencil should have been commented out. Also, I now believe that the behavior of X-offset here is a bug: https://lists.gnu.org/archive/html/bug-lilypond/2021-01/msg00014.h

Re: Using circles in \tabFullNotation

2021-01-31 Thread Jean Abou Samra
Sorry, this line:     \override Stem.Y-extent = #grob::always-Y-extent-from-stencil should have been commented out. Also, I now believe that the behavior of X-offset here is a bug: https://lists.gnu.org/archive/html/bug-lilypond/2021-01/msg00014.html Jean

Re: Using circles in \tabFullNotation

2021-01-30 Thread Jean Abou Samra
umber, but I'd like it in the middle of the circle. – The overrides apply to all notes regardless of their lengths (e.g. quarter notes also have a circle around them). For this issue I think I can check the source code for \tabFullNotation. This shouldn't be too complex so I'

Using circles in \tabFullNotation

2021-01-29 Thread Jean Abou Samra
Hello, I'm trying to have an output similar to the attached images when using \tabFullNotation: half-notes and chords circled with a single stem and whole notes and chords circled with no stem. Reading the source code for \tabFullNotation, I think I need to \override TabStaff.Stem.st

Augmention dotts with \tabFullNotation

2020-08-15 Thread Andreas Stenberg
ginal print (this will be an edition containing both diplomatorical and practical editions of the versions of the piece) involves using the \tabFullNotation in tablaur and tweeking outlook, placement etc of stems and flags. The present problem is with dotted notes. With a (two note) chord I g

Re: Grace notes causing inverted stems in \tabFullNotation

2015-06-17 Thread David Kastrup
"Phil Burfitt" writes: > From: "David Kastrup" > Subject: Re: Grace notes causing inverted stems in \tabFullNotation > >> >> >>That's a rather long-standing problem, namely issue 630 >>https://code.google.com/p/lilypond/issues/detail?i

Re: Grace notes causing inverted stems in \tabFullNotation

2015-06-17 Thread Phil Burfitt
From: "David Kastrup" Subject: Re: Grace notes causing inverted stems in \tabFullNotation That's a rather long-standing problem, namely issue 630 https://code.google.com/p/lilypond/issues/detail?id=630> reported more than 7 years ago but likely present for more than

Re: Grace notes causing inverted stems in \tabFullNotation

2015-06-17 Thread David Kastrup
"Phil Burfitt" writes: > Tiny example... > > > \version "2.18.2" > > treble = \relative c' { > \voiceOne > \grace g8 g4 g g > } > > bass = \relative c { > \voiceTwo > \grace s8 c4 c c > } > \score { > \new TabStaff {

Grace notes causing inverted stems in \tabFullNotation

2015-06-17 Thread Phil Burfitt
Tiny example... \version "2.18.2" treble = \relative c' { \voiceOne \grace g8 g4 g g } bass = \relative c { \voiceTwo \grace s8 c4 c c } \score { \new TabStaff { \key c \major \time 3/4 \tabFullNotation << \new TabVoice { \treble }

Re: tabFullNotation

2013-05-28 Thread David Kastrup
"Phil Burfitt" writes: > Yes, placing tabFullNotation in the layout block works =) > > Harm and Eluze, thank you very much! I've proposed a patch in http://code.google.com/p/lilypond/issues/detail?id=3379> that would appear to let your original example work as expec

Re: tabFullNotation

2013-05-26 Thread Phil Burfitt
Yes, placing tabFullNotation in the layout block works =) Harm and Eluze, thank you very much! Regards, Phil. - Original Message - From: "Thomas Morley" To: "Phil Burfitt" Cc: Sent: Sunday, May 26, 2013 9:51 PM Subject: Re: tabFullNotation 2013/5/26 Phil B

Re: tabFullNotation

2013-05-26 Thread Federico Bruni
"2.17.8" > > > > upper = \relative c' { c4 d e f } > > > > lower = \relative c { c4 d e f } > > > > \score { > >\new TabStaff { > >\tabFullNotation > ><< \upper \\ \lower >> > >} > >

Re: tabFullNotation

2013-05-26 Thread Eluze
Phil Burfitt wrote > Am I doing something wrong here? I can't get musical symbols to show with > polphony. > > \version "2.17.8" > > upper = \relative c' { c4 d e f } > > lower = \relative c { c4 d e f } > > \score { > \new TabS

Re: tabFullNotation

2013-05-26 Thread Thomas Morley
2013/5/26 Phil Burfitt : > Am I doing something wrong here? I can't get musical symbols to show with > polphony. > > \version "2.17.8" > > upper = \relative c' { c4 d e f } > > lower = \relative c { c4 d e f } > > \score { >\new Ta

tabFullNotation

2013-05-26 Thread Phil Burfitt
Am I doing something wrong here? I can't get musical symbols to show with polphony. \version "2.17.8" upper = \relative c' { c4 d e f } lower = \relative c { c4 d e f } \score { \new TabStaff { \tabFullNotation