Menu

#318 whole note angled tremolo

Accepted
nobody
None
Ugly
2017-08-24
2007-02-27
Anonymous
No

Originally created by: *anonymous

Originally created by: gpermus@gmail.com
Originally owned by: gpermus@gmail.com

It would be nice if the whole note tremolo (in the first bar) could be angled like the tremolo in the second bar.

\version "2.11.20"
\paper { ragged-right = ##t }
\relative c' {
  \repeat tremolo 32 { g64 a'' }
  \repeat tremolo 16 { g,,64 a'' }
}

Discussion

  • Google Importer

    Google Importer - 2007-02-27

    Originally posted by: gpermus@gmail.com

    (No comment was entered for this change.)

     
  • Google Importer

    Google Importer - 2007-02-28

    Originally posted by: gpermus@gmail.com

    This might be related:

    The "stems" or flags for both voices are up and collide where the "stems" for the lower voice should be down.

    \version "2.11.20"
    clm = \relative c'' \repeat tremolo 8 { e16 cis }
    clma = \relative c' \repeat tremolo 8 { e16 g }
    \new Staff {
      \clm \clma
      << \clm \\ \clma >>
    }
    
     

    Last edit: Simon Albrecht 2015-09-16
  • Google Importer

    Google Importer - 2007-12-03

    Originally posted by: v.villenave

    When applying tremolos to whole notes, it's nearly impossible to print the tremolo beams _under_ the notes and not _above_, like demonstrated in snippet LSR 241

    This is a related bug, but IMO we definitely should mark it as a Defect (rather than an Enhancement).

    \relative {
      \clef bass
      <<
        {
          \voiceTwo
          %this doesn't work (a whole note has no stem):
          \stemDown
          %strangely, this doesn't work either:
          \override Beam #'direction = #DOWN
          \repeat tremolo 16 { f,,32 c'32 }
        }
        \\
        { \voiceOne r4 d8 d d2 }
      >>
    }
    

    Regards,
    Valentin.

     

    Last edit: Simon Albrecht 2015-09-16
  • Google Importer

    Google Importer - 2007-12-05

    Originally posted by: gpermus@gmail.com

    This works just fine:

    \relative c'' {
      \stemUp
      c1:16
      \stemDown
      c1:16
    }
    

    Valentin, please create a minimal example which demonstrates the bug.

     

    Last edit: Simon Albrecht 2015-09-16
  • Simon Albrecht

    Simon Albrecht - 2015-09-16
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,14 +3,14 @@
     *Originally created by:* [gpermus@gmail.com](http://code.google.com/u/gpermus@gmail.com/)
     *Originally owned by:* [gpermus@gmail.com](http://code.google.com/u/gpermus@gmail.com/)
    
    -%\{
    -It would be nice if the whole note tremolo \(in the first bar\) could be
    -angled like the tremolo in the second bar.
    -%\}
    +It would be nice if the whole note tremolo \(in the first bar\) could be angled like the tremolo in the second bar.
    
    +~~~~
    +:::TeX
     \version "2.11.20"
    -\paper\{ragged-right=\#\#t\}
    -\relative c' \{
    -&nbsp; \repeat tremolo 32 \{ g64 a''\}
    -&nbsp; \repeat tremolo 16 \{ g,,64 a''\}
    -\}
    +\paper{ragged-right=##t}
    +\relative c' {
    +  \repeat tremolo 32 { g64 a''}
    +  \repeat tremolo 16 { g,,64 a''}
    +}
    +~~~~
    
    • Needs: -->
    • Patch: -->
     
  • Simon Albrecht

    Simon Albrecht - 2015-09-16
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -8,9 +8,9 @@
     ~~~~
     :::TeX
     \version "2.11.20"
    -\paper{ragged-right=##t}
    +\paper { ragged-right = ##t }
     \relative c' {
    -  \repeat tremolo 32 { g64 a''}
    -  \repeat tremolo 16 { g,,64 a''}
    +  \repeat tremolo 32 { g64 a'' }
    +  \repeat tremolo 16 { g,,64 a'' }
     }
     ~~~~
    
     
  • Simon Albrecht

    Simon Albrecht - 2017-08-24
    • Type: Enhancement --> Ugly