Lena Conradson
Lena Conradson, originally Konradsson, later Berglund,[1] born 23 March 1948 in Lycksele, Sweden, is a Swedish singer. Releasing several EP records and singles between 1959 and 1966, she also sang in the Pearlettes trio in 1966.
Lena Conradson | |
---|---|
Birth name | Lena Konradsson |
Born | Lycksele, Sweden | 23 March 1948
Genres | pop, schlager |
Occupation(s) | singer |
Years active | 1959–1966 |
In 1963, 15 years old, she recorded the original version of the Christmas song Hej, mitt vinterland.
Discography
- Elefanttango (EP) (1959)
- Hej mitt vinterland (EP)
- Varje stjärna i det blå (EP) (1961)
- Banjo Boy (EP) (1961])
- Grannens flicka (+ Tomtar på loftet) (single)[2]
- Tina och Marina (+ Jag har aldrig blivit kysst) (single) (1962)[2]
- Ökensand (+ Ett glas mjölk med gräddstänk) (EP)[2]
- Hilly Billy, ding dong, tuff tuff (EP)
Cooperation
With the Pearlettes & Popsiders group she appeared on:
- Dancing in the street-Somewhere (1966)
Filmography
- Längta efter kärlek
gollark: Use of `lea` or something.
gollark: Apparently Zig can get some optimizations out of making all integer overflow UB.
gollark: (mod 2^128 or so)
gollark: Fibonaccae WILL be computed.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.